.footerHeader {
    margin-top: 20px;
  }
  .footerHeader .footerHeaderMain {
    height: 50px;
    background: rgba(232, 232, 232);
    line-height: 50px;
    display: flex;
    justify-content: space-between;
  }
  .footerHeader .footerHeaderMain ul {
    display: flex;
  }
  .footerHeader .footerHeaderMain ul li {
    padding: 0 20px;
  }
  .footerHeader .footerHeaderMain ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: bold;
    color: #000;
  }
  .footerHeader .footerHeaderMain ul li:hover {
    background-color: rgba(198, 196, 198);
  }
  .footerHeader .footerHeaderMain .map {
    color: rgba(154, 154, 154);
    font-size: 13px;
    padding: 0 20px;
  }
  .footer {
    text-align: center !important;
    margin: 20px 0;
  }
  .footer .footerMain {
    min-height: 150px;
    background: rgba(1, 83, 176);
    padding: 20px 40px;
    display: flex;
    align-items: center;
  }
  .footer .footerMain .left {
    display: flex;
  }
  .footer .footerMain .left .Logo,
  .footer .footerMain .left .img {
    width: 100px;
    height: 80px;
    padding: 0 10px;
  }
  .footer .footerMain .left .img {
    width: 180px;
    height: 80px;
    padding: 0 10px;
  }
  .footer .footerMain .right {
    width: 100%;
    padding: 0 30px;
  }
  .footer .footerMain .right .textMain {
    color: #fff;
    font-size: 14px;
  }
  .footer .footerMain .right .textMain .top {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-evenly;
  }
  .footer .footerMain .right .textMain .content {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-evenly;
  }
  .footer .footerMain .right .textMain .bottom {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-evenly;
  }
  .footer .footerMain .right .textMain .bottom .jinghuiLogo {
    width: 30px;
    height: 30px;
  }
  .footer .footerMain .right .textMain .bottom .jinghui {
    display: flex;
    align-items: center;
  }